Skip to content

SAN-6097#2196

Merged
damienrunnable merged 4 commits intomasterfrom
SAN-6097
Apr 27, 2017
Merged

SAN-6097#2196
damienrunnable merged 4 commits intomasterfrom
SAN-6097

Conversation

@damienrunnable
Copy link
Copy Markdown
Contributor

Disable fields when creating.

* master:
  add condition for back button
  add back button + typo
  alphabetical order
  use class for green check
  prevent save password prompt
  update copy
  add invalid state
  add authorized state
  add validation to form
  add form elements for private registry
  update input placeholder color, set input color
  add feature flag for private registry
  add template for private registry
  add tab for private registry
data-event-name = "Selected Compose Setup"
ng-class = "{'active': NCC.state.dockerFileTab === 'compose'}"
ng-click = "NCC.state.dockerFileTab = 'compose'; NCC.state.configurationMethod = 'dockerComposeFile'"
ng-click = "NCC.isSaving() || ((NCC.state.dockerFileTab = 'compose') && (NCC.state.configurationMethod = 'dockerComposeFile'))"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is enough that I think we should make this a function instead of relying on javascript's ability to short-circuit

Copy link
Copy Markdown
Contributor

@Myztiq Myztiq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nit, but this is fine.

Copy link
Copy Markdown
Contributor

@henrymollman henrymollman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

* master: (56 commits)
  5.19.17
  add events for all settings tabs
  add events for all settings buttons
  fix button width in safari
  fix PR bot button alignment
  add event for private registry "back" button
  add events for accounts popover buttons
  add events for settings modal tabs
  update adding private registry event
  add ssh key events
  add private registry events
  add documentation link
  add orgs to key names
  update authed modal
  fix creating state
  fix indentation
  remove negative margins + fix recently added state
  remove loading state
  fix border color on recently added state
  title case
  ...

# Conflicts:
#	client/directives/components/mirrorDockerfile/addDockerfileView.jade
#	client/directives/components/newContainer/forms/configureNewServiceView.jade

Also had to manually edit setupMethodView.jade since it was where the conflict for configureNewServiceView.jade had been moved too.
@damienrunnable damienrunnable merged commit ee9aee2 into master Apr 27, 2017
@damienrunnable damienrunnable deleted the SAN-6097 branch April 27, 2017 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants